'Declaration
Public ReadOnly Property AsyncWaitHandle As WaitHandle
'Usage
Dim instance As ChannelAsyncOperation(Of T) Dim value As WaitHandle value = instance.AsyncWaitHandle
public WaitHandle AsyncWaitHandle {get;}
public: property WaitHandle^ AsyncWaitHandle { WaitHandle^ get(); }